Configurates the
C1.Web.Mvc.InputTime<T>.OnClientValueChanged client event. Occurs after a new time is selected.
Syntax
'Declaration
Public Function OnClientValueChanged( _
ByVal As String _
) As InputTimeBuilder(Of T)
public InputTimeBuilder<T> OnClientValueChanged(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also